home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wc_bink.zip / ROUTE.CFG < prev    next >
Text File  |  1992-12-17  |  4KB  |  83 lines

  1. ; ---------
  2. ; ROUTE.CFG
  3. ; ---------
  4. ;
  5. ; This file controls Squish's routing functions.  For more information
  6. ; on routing, please see the Squish documentation.  Squish
  7. ; supports the Send, Route, Leave, Unleave, Change, Poll,
  8. ; Dos, HostRoute and Define verbs.
  9. ;
  10. ; Below are the "global" routing commands:
  11. ;
  12. ; Send Normal means to queue echomail in normal "qualified for sending
  13. ;             mode, and not tag is as held or high-priority (crash) mode. On
  14. ;             my system, this means mail to no-cost systems will be sent as it
  15. ;             is created. Mail to long distance systems will only be sent
  16. ;             during designated mail hours with an L>0 tag set in the BINKLEY
  17. ;             event file (BINKLEY.EVT).
  18. ;
  19. ; Send Hold   meant to package all echomail for the target addresses in HELD
  20. ;             status. Binkley will NEVER send held mail, even if you force a
  21. ;             poll to the addressee. The only way for HELD mail to be sent is
  22. ;             for iot to be changed to normal or crash status, or for the
  23. ;             addressee's mailer to call you. If the addressee initiated the
  24. ;             mail call, Binkley will send held mail for them.
  25. ;
  26. ; Send Crash  means this is high-priority mail, and will be sent before other
  27. ;             mail of normal status. Also, if you use the H flag in Binkley.evt
  28. ;             for a schedule, crash-mail will be delivered, even if the
  29. ;             addressee's system is a long distance call. If the H flag is
  30. ;             not specified in the event file, crash-mail will not be sent if
  31. ;             the recipient's system would cost more than the value specified
  32. ;             in the L= tag to send (L=0 means only free calls). If the L flag
  33. ;             does not permit the call to be made, and H is not specified, the
  34. ;             crash mail will wait until your normal mail hour where LD calls
  35. ;             are permitted, but will be send before calls to "normal" status
  36. ;             addresses are attempted.
  37. ;
  38. ; The ROUTE (normal/hold/crash) keyword tells SQUISH who your network hubs are.
  39. ;           the first address listed is the hub, and the others after that are
  40. ;           all systems that would have netmail routed through that hub. Echo-
  41. ;           mail is never routed, so this option only affects netmail. Wildcards
  42. ;           and shortcuts are allowed in the list of systems to be routed.
  43. ;           only the address of the hub must be full and complete. In cases
  44. ;           where the logic of both a Send and Route command would apply to
  45. ;           a given destination, the more explicit statement is effective
  46. ;           for example, the Send Normal for 100:910/13 would take precedence
  47. ;           over the more generic Route Normal 100:902/0 100:ALL
  48. ;
  49. Send Normal 77:1/0
  50. Send Normal 69:1000/110
  51. Send Normal 100:910/13 18
  52. Send Hold 100:950/2 100:950/300 100:950/301
  53. Route Normal 77:1/0 77:All
  54. Route Normal 100:902/0 100:All 410:All 610:All
  55. Route Normal 69:1000/110 69:All 169:All
  56. Route Normal 1:143/100 1:ALL 2:ALL 3:ALL 4:ALL 5:ALL 6:ALL
  57. ;
  58. ; Below are the "Schedule" entries. The default entry is also know as the
  59. ; ALWAYS schedule, so the name ALWAYS does not have to be explcitly listed.
  60. ; in the schedule entries, I can change the status of mail packets, perform
  61. ; polls using the POLL (CRASH|NORMAL) option, and generally muck about with
  62. ; the mail queue. Sinc4 I personally use the PLEASE program to issue polls,
  63. ; you won't see any POLL requests in this file.
  64. ;
  65. ; Now tailor to "normal" rules....
  66. ;
  67. ;Sched Always - make sure nothing is ever held for my hubs.
  68. Change Hold Normal 77:1/0
  69. Change Hold Normal 1:143/100
  70. Change Hold Normal 100:902/0
  71.  
  72. Sched POLLMWF
  73. ; Since I only want to call 77:1/0 on Tue, Thurs, and Sat, hold his mail
  74. Change Normal Hold 77:1/0
  75. Change Hold Normal 1:143/100
  76. Change Hold Normal 1:143/110
  77.  
  78. Sched POLLTTS
  79. Change Hold Normal 77:1/0
  80. Change Hold Normal 1:143/100
  81. Change Hold Normal 1:143/110
  82.  
  83.